home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / AsciiCoder.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  1.4 KB  |  32 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. LineElems
  6. Alloc
  7. AsciiCoder can be used to encode and decode any text (including
  8. elements) visible on screen as well as to encode and decode arbitrary
  9. files. The code is fully ascii and can be used for mailing. The coded
  10. texts and files are always represented as text in a viewer. Hence, the
  11. CodeFiles, CodeText, and DecodeText commands can not do any damage to
  12. other data. Of course, DecodeFiles will overwrite existing
  13. files of the same name, but .Bak files are created.
  14. AsciiCoder.CodeText *    encodes text of marked viewer
  15. AsciiCoder.CodeText @    encodes most recent selected text
  16. AsciiCoder.DecodeText @    decodes from beginning of the most
  17.     recent selection as text
  18. AsciiCoder.CodeFiles ^    encodes all files of the list beginning at
  19.     the most recent selection
  20. AsciiCoder.CodeFiles ~    encodes all files of the list
  21. AsciiCoder.DecodeFiles @    decodes from beginning of the most
  22.     recent selection and writes to files. The
  23.     file names have to preceed the code.
  24. Insertion of an '%' between the command name and the first parameter
  25. turns on compression resp. expansion of the coded data:
  26. AsciiCoder.CodeText % *
  27. AsciiCoder.CodeText % @
  28. AsciiCoder.DecodeText % @
  29. AsciiCoder.CodeFiles % ^
  30. AsciiCoder.CodeFiles % ~
  31. AsciiCoder.DecodeFiles % @
  32.